* @markup: the text to display in the cell view
*
* Creates a new `GtkCellView` widget, adds a `GtkCellRendererText`
- * to it, and makes it show @markup. The text can be
- * marked up with the [Pango text markup language][PangoMarkupFormat].
+ * to it, and makes it show @markup. The text can be marked up with
+ * the [Pango text markup language](https://docs.gtk.org/Pango/pango_markup.html).
*
* Returns: A newly created `GtkCellView` widget.
*/
* GtkIconView::select-all:
* @iconview: the object on which the signal is emitted
*
- * A [keybinding signal][GtkSignalAction]
+ * A [keybinding signal][class.Gtk.SignalAction]
* which gets emitted when the user selects all items.
*
* Applications should not connect to it, but may emit it with
* GtkIconView::unselect-all:
* @iconview: the object on which the signal is emitted
*
- * A [keybinding signal][GtkSignalAction]
+ * A [keybinding signal][class@Gtk.SignalAction]
* which gets emitted when the user unselects all items.
*
* Applications should not connect to it, but may emit it with
* GtkIconView::select-cursor-item:
* @iconview: the object on which the signal is emitted
*
- * A [keybinding signal][GtkSignalAction]
+ * A [keybinding signal][class@Gtk.SignalAction]
* which gets emitted when the user selects the item that is currently
* focused.
*
* GtkIconView::toggle-cursor-item:
* @iconview: the object on which the signal is emitted
*
- * A [keybinding signal][GtkSignalAction]
+ * A [keybinding signal][class@Gtk.SignalAction]
* which gets emitted when the user toggles whether the currently
* focused item is selected or not. The exact effect of this
* depend on the selection mode.
* GtkIconView::activate-cursor-item:
* @iconview: the object on which the signal is emitted
*
- * A [keybinding signal][GtkSignalAction]
+ * A [keybinding signal][class@Gtk.SignalAction]
* which gets emitted when the user activates the currently
* focused item.
*
* @modify: whether to modify the selection
*
* The ::move-cursor signal is a
- * [keybinding signal][GtkSignalAction]
+ * [keybinding signal][class@Gtk.SignalAction]
* which gets emitted when the user initiates a cursor movement.
*
* Applications should not connect to it, but may emit it with
* @modify: whether to modify the selection
*
* The `GtkTreeView`::move-cursor signal is a [keybinding
- * signal][GtkSignalAction] which gets emitted when the user
+ * signal][class@Gtk.SignalAction] which gets emitted when the user
* presses one of the cursor keys.
*
* Applications should not connect to it, but may emit it with